Searched refs:LINENO (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | linenum.h | 55 #define LINENO struct lineno macro 56 #define LINESZ 6 /* sizeof(LINENO) */
|
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | numtree1.sh | 93 [[ "${!node.elements[*]}" != "" ]] || fatal_error "assertion $LINENO FAILED" 94 [[ "${ typeset +p node.elements ;}" == *-a* ]] || fatal_error "assertion $LINENO FAILED" 95 [[ "${ typeset +p node.elements ;}" == *-i* ]] || fatal_error "assertion $LINENO FAILED" 96 [[ -v node ]] || fatal_error "assertion $LINENO FAILED" 97 [[ -R node ]] || fatal_error "assertion $LINENO FAILED" 98 [[ "${ typeset +p ${!node} ;}" == *-C* ]] || fatal_error "assertion $LINENO FAILED" 99 [[ "${!x.nodes[*]}" != "" ]] || fatal_error "assertion $LINENO FAILED" 100 [[ "${ typeset +p x.nodes ;}" == *-a* ]] || fatal_error "assertion $LINENO FAILED" 101 [[ "${ typeset +p x.nodes ;}" == *-C* ]] || fatal_error "assertion $LINENO FAILED"
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 80 # PATH needs CR, and LINENO needs CR and PATH. 102 as_lineno_1=$LINENO 103 as_lineno_2=$LINENO 141 as_lineno_1=$LINENO 142 as_lineno_2=$LINENO 158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 163 # substitution so that $LINENO is not a special case at line end. 171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1274 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1285 { echo "$as_me:$LINENO [all...] |
H A D | config.status.solaris | 81 # PATH needs CR, and LINENO needs CR and PATH. 103 as_lineno_1=$LINENO 104 as_lineno_2=$LINENO 128 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 143 as_lineno_1=$LINENO 144 as_lineno_2=$LINENO 160 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 165 # substitution so that $LINENO is not a special case at line end. 173 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 179 { { echo "$as_me:$LINENO [all...] |
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | expand.sh | 34 integer Line=$LINENO+1
|
H A D | sun_solaris_getconf.sh | 38 alias err_exit='err_exit $LINENO' 65 alias err_exit='err_exit \$LINENO'
|
H A D | variables.sh | 26 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 )) 607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDO [all...] |
H A D | functions.sh | 26 alias err_exit='err_exit $LINENO' 904 set -- $((LINENO+1)) 905 bar $LINENO "$1" 911 set -- $((LINENO+2)) 912 trap 'traceback $LINENO' DEBUG 913 : $LINENO "$1" 916 set -- $((LINENO+1)) 917 foo $LINENO 974 ((baseline=LINENO+2))
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | variables.h | 59 #define LINENO (sh.bltin_nodes+29) macro
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 632 * These three routines are for LINENO 1614 nv_stack(LINENO, &ip->LINENO_init);
|
Completed in 161 milliseconds