Home
last modified time | relevance | path

Searched refs:fcseek (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c345 fcseek(-LEN); in sh_lex()
375 fcseek(-LEN); in sh_lex()
394 fcseek(-LEN); in sh_lex()
400 fcseek(-1); in sh_lex()
472 fcseek(1); in sh_lex()
474 fcseek(1); in sh_lex()
634 fcseek(1); in sh_lex()
756 fcseek(1); in sh_lex()
1624 fcseek(n); in comsub()
1927 fcseek(1); in here_copy()
[all …]
H A Dmacro.c293 cp = fcseek(0); in sh_machere()
368 fcseek(-1); in sh_machere()
403 fcseek(-1); in sh_machere()
1183 fcseek(-1); in varsub()
1205 fcseek(-1); in varsub()
1386 fcseek(-1); in varsub()
1489 fcseek(-1); in varsub()
1635 fcseek(-1); in varsub()
2013 fcseek(-1); in varsub()
2019 fcseek(-1); in varsub()
[all …]
H A Dparse.c363 fcseek(4); in sh_parse()
449 fcseek(-1); in sh_dolparen()
450 cp = fcseek(0); in sh_dolparen()
717 fcseek(1); in arithfor()
785 fcseek(-1); in funct()
935 fcseek(-1); in funct()
1046 fcseek(-2); in assign()
1049 fcseek(-1); in assign()
1705 fcseek(-1); in inout()
1742 fcseek(-1); in inout()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h55 #define fcseek(n) ((char*)(_Fcin.fcptr+=(n))) macro