Searched refs:LINENO (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dstatics.sh31 alias err_exit='err_exit $LINENO'
61 testfunc ${LINENO} '(function l { typeset -S x ; x+="#" ; $1 && print "$x" ; } ; l false ; l false ; l true)' "###"
62 testfunc ${LINENO} 'function l { typeset -S x=">" ; x+="#" ; $1 && print "$x" ; } ; l false ; l false ; l true' ">###"
63 testfunc ${LINENO} 'function l { typeset -S x=">" ; x+="#" ; $1 && print "$x" ; } ; l false ; (l false) ; l true' ">##"
64 testfunc ${LINENO} 'function l { typeset -S x=">" ; x+="#" ; $1 && print "$x" ; } ; l false; ( ulimit -c 0 ; l false) ; l true' ">##"
68 testfunc ${LINENO} '(function l { integer -S x ; x+=1 ; $1 && print "$x" ; } ; l false ; l false ; l true )' "3"
69 testfunc ${LINENO} '(function l { integer -S x ; x+=1 ; $1 && print "$x" ; } ; l false ; (l false) ; l true )' "2"
71 testfunc ${LINENO} '(function l { typeset -S -i x ; x+=1 ; $1 && print "$x" ; } ; l false ; l false ; l true )' "3"
72 testfunc ${LINENO} '(function l { typeset -S -i x ; x+=1 ; $1 && print "$x" ; } ; l false ; (l false) ; l true )' "2"
74 testfunc ${LINENO} '(functio
[all...]
H A Dpty.sh37 whence -q pty || { lineno=$LINENO; err_exit "pty command not found -- tests skipped"; exit 0; }
83 tst $LINENO <<"!"
106 tst $LINENO <<"!"
129 tst $LINENO <<"!"
152 tst $LINENO <<"!"
168 tst $LINENO <<"!"
184 tst $LINENO <<"!"
198 tst $LINENO <<"!"
227 tst $LINENO <<"!"
239 tst $LINENO <<"!"
[all...]
H A Dexpand.sh34 integer Line=$LINENO+1
H A Dheredoc.sh26 alias err_exit='err_exit $LINENO'
284 integer line=$((LINENO+5))
289 tst $line $LINENO <<"!" # this comment affects LINENO #
292 (( (line+=3) == LINENO )) || err_exit "line number=$LINENO should be $line"
H A Dvariables.sh26 alias err_exit='err_exit $LINENO'
85 integer save=$LINENO
86 # LINENO
87 LINENO=10
91 if (( LINENO != 13))
92 then err_exit LINENO variable not working
94 LINENO=save+10
249 integer x=$LINENO
252 if (( LINENO != x+3 ))
616 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDO
[all...]
H A Dfunctions.sh26 alias err_exit='err_exit $LINENO'
907 set -- $((LINENO+1))
908 bar $LINENO "$1"
914 set -- $((LINENO+2))
915 trap 'traceback $LINENO' DEBUG
916 : $LINENO "$1"
919 set -- $((LINENO+1))
920 foo $LINENO
977 ((baseline=LINENO+2))
/ast/src/cmd/ksh93/include/
H A Dvariables.h59 #define LINENO (shgd->bltin_nodes+29) macro
/ast/src/cmd/ksh93/sh/
H A Dinit.c687 * These three routines are for LINENO
1690 if(np==IFSNOD || np==PATHNOD || np==SHELLNOD || np==FPATHNOD || np==CDPNOD || np==SECONDS || np==ENVNOD || np==LINENO)
1891 nv_stack(LINENO, &ip->LINENO_init);

Completed in 26 milliseconds