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

/illumos-gate/usr/src/head/
H A Dlinenum.h55 #define LINENO struct lineno macro
56 #define LINESZ 6 /* sizeof(LINENO) */
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dnumtree1.sh93 [[ "${!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 Dconfigure80 # 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 Dconfig.status.solaris81 # 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 Dexpand.sh34 integer Line=$LINENO+1
H A Dsun_solaris_getconf.sh38 alias err_exit='err_exit $LINENO'
65 alias err_exit='err_exit \$LINENO'
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 ))
607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDO
[all...]
H A Dfunctions.sh26 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 Dvariables.h59 #define LINENO (sh.bltin_nodes+29) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c632 * These three routines are for LINENO
1614 nv_stack(LINENO, &ip->LINENO_init);

Completed in 78 milliseconds