HomeSort by: relevance | last modified time | path
    Searched defs:arinest (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
parser.c 1242 * varnest & arinest will typically be 0 or 1
1382 #define arinest (currentstate(stack)->ts_arinest) macro
1567 if (arinest || ISDBLQUOTE()) {
1921 arinest = 0;
2038 if (magicq && arinest == 0 && varnest == 0) {
2052 if (magicq && arinest == 0 /* && varnest == 0 */) {
2060 if (arinest) {
2063 (" CQE ari(%d", arinest));
2067 arinest, SYNTAX));
2071 arinest, SYNTAX))
    [all...]
parser.c 1242 * varnest & arinest will typically be 0 or 1
1382 #define arinest (currentstate(stack)->ts_arinest) macro
1567 if (arinest || ISDBLQUOTE()) {
1921 arinest = 0;
2038 if (magicq && arinest == 0 && varnest == 0) {
2052 if (magicq && arinest == 0 /* && varnest == 0 */) {
2060 if (arinest) {
2063 (" CQE ari(%d", arinest));
2067 arinest, SYNTAX));
2071 arinest, SYNTAX))
    [all...]

Completed in 128 milliseconds