Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Char/IsAlphaNum.hc

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#include "newmacros.h"
#include "runtime.h"

#define CT_v164	((void*)startLabel+28)
extern Node FN_Char_46isAlpha[];
extern Node FN_Char_46isDigit[];
extern Node FN_Prelude_46_124_124[];

static Node startLabel[] = {
  bytes2word(1,0,0,1)
, useLabel(CT_v164)
,};
Node FN_Char_46isAlphaNum[] = {
  bytes2word(NEEDHEAP_I32,HEAP_CVAL_I3,HEAP_ARG,1)
, bytes2word(HEAP_CVAL_I4,HEAP_ARG,1,PUSH_HEAP)
, bytes2word(HEAP_CVAL_I5,HEAP_OFF_N1,5,HEAP_OFF_N1)
, bytes2word(4,RETURN_EVAL,ENDCODE,0)
, bytes2word(0,0,0,0)
,	/* CT_v164: (byte 0) */
  HW(3,1)
, 0
,};
Node F0_Char_46isAlphaNum[] = {
  CAPTAG(useLabel(FN_Char_46isAlphaNum),1)
, VAPTAG(useLabel(FN_Char_46isAlpha))
, VAPTAG(useLabel(FN_Char_46isDigit))
, VAPTAG(useLabel(FN_Prelude_46_124_124))
,};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.