Searched refs:ORD (Results 1 – 15 of 15) sorted by relevance
258 subshell_nesting_type == ORD(/*{*/ '}') && in yylex()259 (unsigned int)c == ORD(/*{*/ '}')) in yylex()265 if ((unsigned int)c == ORD('(')) in yylex()267 else if ((unsigned int)c == ORD(')')) in yylex()270 ((unsigned int)c == ORD(/*{*/ '}') || in yylex()274 if ((unsigned int)c == ORD(/*{*/ '}') || in yylex()277 if ((unsigned int)c == ORD(/*{*/ '}')) in yylex()283 if ((unsigned int)c == ORD('[') && (cf & CMDASN)) { in yylex()309 if ((unsigned int)c2 == ORD('(' /*)*/)) { in yylex()320 case ORD('\\'): in yylex()[all …]
328 c = ORD(')'); in expand()335 c = ORD('}'); in expand()342 if ((unsigned int)c == ORD(/*{*/'}')) in expand()444 case ORD('#') | STYPE_AT: in expand()445 case ORD('Q') | STYPE_AT: in expand()447 case ORD('0'): { in expand()455 if (ord(mid[-1]) == ORD(/*{*/ '}')) { in expand()461 if (ord(end[-1]) != ORD(/*{*/ '}')) in expand()494 case ORD('/') | STYPE_AT: in expand()495 case ORD('/'): { in expand()[all …]
335 case ORD('(' /*)*/): in get_command()385 case ORD('(' /*)*/): { in get_command()389 subshell_nesting_type = ORD(')'); in get_command()390 t = nested(TPAREN, ORD('('), ORD(')'), sALIAS); in get_command()395 case ORD('{' /*}*/): in get_command()396 t = nested(TBRACE, ORD('{'), ORD('}'), sALIAS); in get_command()406 case ORD('(' /*)*/): in get_command()407 c = ORD('('); in get_command()552 else if ((unsigned int)c == ORD('{')) in dogroup()553 c = ORD('}'); in dogroup()[all …]
751 if (ord(c) == ORD('*') || ord(c) == ORD('?')) { in has_globbing()754 } else if (ord(c) == ORD('[')) { in has_globbing()756 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('!')) in has_globbing()758 if (ISMAGIC(p[0]) && ord(p[1]) == ORD(']')) in has_globbing()770 if (ord(c) == ORD(']')) { in has_globbing()777 if (ord(c) == ORD('[') && ( in has_globbing()779 ord(*s) == ORD('.') || in has_globbing()781 ord(*s) == ORD('=') || in has_globbing()783 ord(*s) == ORD(':'))) { in has_globbing()790 ord(s[1]) == ORD(']')) { in has_globbing()[all …]
320 case ORD('$'): in x_glob_hlp_add_qchar()321 case ORD('*'): in x_glob_hlp_add_qchar()322 case ORD('?'): in x_glob_hlp_add_qchar()323 case ORD('['): in x_glob_hlp_add_qchar()324 case ORD('\\'): in x_glob_hlp_add_qchar()325 case ORD('`'): in x_glob_hlp_add_qchar()658 ord(*s) == ORD('*') || ord(*s) == ORD('[') || in x_cf_glob()660 (ord(s[1]) == ORD('(' /*)*/) && in x_cf_glob()661 (ord(*s) == ORD('+') || ord(*s) == ORD('@') || in x_cf_glob()662 ord(*s) == ORD('!')))) { in x_cf_glob()[all …]
339 if (ord(*wp) == ORD(/*{*/ '}')) { in wdvarput()355 case ORD('"'): in wdvarput()356 case ORD('`'): in wdvarput()357 case ORD('$'): in wdvarput()358 case ORD('\\'): in wdvarput()359 shf_putc(ORD('\\'), shf); in wdvarput()368 if (ord(*wp) == ORD('(' /*)*/)) in wdvarput()377 c = ORD(' '); in wdvarput()381 c = ORD('|'); in wdvarput()406 if (ord(*wp++) == ORD('{')) in wdvarput()[all …]
209 case ORD('H'): in c_ulimit()212 case ORD('S'): in c_ulimit()215 case ORD('a'): in c_ulimit()218 case ORD('?'): in c_ulimit()231 if (what == ORD('c')) in c_ulimit()
209 if (p != n && ord(*p) == ORD('[') && (len = array_ref_len(p))) { in array_index_calc()796 if (ord(*val) == ORD('[')) { in vtypeset()819 if (ord(val[0]) == ORD('=')) { in vtypeset()828 } else if (ord(val[0]) == ORD('+') && ord(val[1]) == ORD('=')) { in vtypeset()846 if (len > 3 && ord(tvar[len - 3]) == ORD('[') && in vtypeset()847 ord(tvar[len - 2]) == ORD('*') && in vtypeset()848 ord(tvar[len - 1]) == ORD(']')) in vtypeset()887 len = (ord(*ccp) == ORD('[')) ? array_ref_len(ccp) : 0; in vtypeset()1107 if (aok && ord(*s) == ORD('[') && (alen = array_ref_len(s))) in skip_varname()1123 if (aok && s[0] == CHAR && ord(s[1]) == ORD('[')) { in skip_wdvarname()[all …]
526 if (buf > orig_buf + 1 && ord(buf[-2]) == ORD('\r') && in shf_getse()527 ord(buf[-1]) == ORD('\n')) { in shf_getse()535 if (!bsize && ord(buf[-1]) == ORD('\r')) { in shf_getse()537 if (ord(c) == ORD('\n')) in shf_getse()
582 #define ISMAGIC(c) (ord(c) == ORD(MAGIC))1543 #define ORD(c) ((size_t)(c) > 0xFF ? eek_ord : \ macro1558 #define ORD(c) ord(c) /* may evaluate arguments twice */ macro1594 #define ksh_numdig(c) (ord(c) - ORD('0'))1597 #define ksh_toctrl(c) asc2rtt(ord(c) == ORD('?') ? 0x7F : rtt2asc(c) & 0x9F)2889 #define mksh_abspath(s) (ord((s)[0]) == ORD('/'))2890 #define mksh_cdirsep(c) (ord(c) == ORD('/'))
777 case ORD('+'): in valid_alias_name()778 case ORD('-'): in valid_alias_name()780 case ORD('['): in valid_alias_name()781 if (ord(cp[1]) == ORD('[') && !cp[2]) in valid_alias_name()2323 if (n > 3 && ord(id[n - 3]) == ORD('[') && in c_unset()2324 ord(id[n - 2]) == ORD('*') && in c_unset()2325 ord(id[n - 1]) == ORD(']')) { in c_unset()
565 if (es->tokp == es->expression && (unsigned int)c == ORD('#')) { in exprtoken()580 if ((unsigned int)c == ORD('[')) { in exprtoken()
294 Flag(FLOGIN) = (ord(*ccp) == ORD('-')) || (ord(*kshname) == ORD('-')); in main_init()295 if (ord(*ccp) == ORD('-')) in main_init()
134 const ORD = 1 << 6; constant186 derivable_traits |= DerivableTraits::ORD; in derives_of_item()209 (DerivableTraits::ORD, "Ord"), in from()
61584 zUil!2{UJ-98*DC{ORD*7KG~{}EhOu^SQlB-ye>i#Tf&x*bxPS%vW}PalF?SOm1NCo