Home
last modified time | relevance | path

Searched refs:INT_L (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dexec.c140 vp_pipest->flag |= INT_L; in execute()
446 if (vp_pipest->flag & INT_L) { in execute()
449 ARRAY | INT_U | INT_L; in execute()
Dvar.c357 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L); in local()
1967 INTEGER | INT_U | INT_L)) || new_refflag != SRF_NOP) in c_typeset()
1969 LCASEV | INTEGER | INT_U | INT_L); in c_typeset()
Dsh.h1528 #define INT_L BIT(20) /* long integer (no-op but used as magic) */ macro
1552 LCASEV|UCASEV_AL|INT_U|INT_L)