OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_IFS
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/ksh/
c_sh.c
380
if (ctype(c,
C_IFS
)) {
390
while (Xlength(cs, cp) && ctype(cp[-1],
C_IFS
)
sh.h
426
#define
C_IFS
BIT(7) /* $IFS */
misc.c
38
if (t &
C_IFS
) {
40
ctypes[i] &= ~
C_IFS
;
41
ctypes[0] |=
C_IFS
; /* include \0 in
C_IFS
*/
var.c
1006
setctypes(s = str_val(vp),
C_IFS
);
1105
setctypes(" \t\n",
C_IFS
);
lex.c
1079
while (*p && ctype(*p,
C_IFS
) && ctype(*p, C_IFSWS))
eval.c
554
&& ctype(c,
C_IFS
)))
Completed in 44 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025