Home | History | Annotate | Download | only in ksh

Lines Matching refs:INTEGER

141 		/* Ignore failure (happens if readonly or integer) */
156 /* Ignore failure (happens if readonly or integer) */
628 flag = INTEGER;
702 if (fset & (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
705 (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
796 /* at&t ksh prints things like export, integer,
801 if ((vp->flag&INTEGER))
837 if ((vp->flag & (INTEGER|LJUST|RJUST))
838 == INTEGER)
1378 if (voptarg->flag & INTEGER)
1379 typeset("OPTARG", 0, INTEGER, 0, 0);
1383 /* This can't fail (have cleared readonly/integer) */
1389 /* Error message already printed (integer, readonly) */