Searched refs:left (Results 1 – 25 of 76) sorted by relevance
1234
26 std::ios_base& r = std::left(ios); in main()28 assert(ios.flags() & std::ios::left); in main()
43 assert(std::ios_base::left); in main()61 & std::ios_base::left in main()73 assert(std::ios_base::adjustfield == (std::ios_base::left in main()
75 left(ios); in test1()109 left(ios); in test1()146 left(ios); in test1()180 left(ios); in test1()220 left(ios); in test1()254 left(ios); in test1()291 left(ios); in test1()325 left(ios); in test1()368 left(ios); in test1()402 left(ios); in test1()[all …]
8 # left single quotation mark (U+2018) and right single quotation mark (U+2019).10 # left single quotation mark (U+2018) and right single quotation mark (U+2019)12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
15 ul { padding-left:1.5em; }20 margin-left: auto;
12 left:29ex;
78 %left BOR79 %left AND80 %left GETLINE82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR85 %left REGEXPR VAR VARNF IVAR WHILE '('86 %left CAT87 %left '+' '-'88 %left '*' '/' '%'[all …]
42 #define left(v) (v)->narg[0] macro192 penter(left(p)); in penter()193 parent(left(p)) = p; in penter()197 penter(left(p)); in penter()199 parent(left(p)) = p; in penter()216 freetr(left(p)); in freetr()221 freetr(left(p)); in freetr()369 cfoll(f,left(v)); in cfoll()373 cfoll(f,left(v)); in cfoll()409 if (first(left(p)) == 0) return(0); in first()[all …]
116 bin_tree_t *left, bin_tree_t *right,119 bin_tree_t *left, bin_tree_t *right,1212 while (node->left || node->right) in postorder()1213 if (node->left) in postorder()1214 node = node->left; in postorder()1247 if (node->left) in preorder()1248 node = node->left; in preorder()1280 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()1282 Idx other_idx = node->left->token.opr.idx; in optimize_subexps()1284 node->left = node->left->left; in optimize_subexps()[all …]
69 _STLP_STATIC_CONSTANT(int, left = 0x0001);84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);316 inline ios_base& _STLP_CALL left(ios_base& __s) in left() function317 { __s.setf(ios_base::left, ios_base::adjustfield); return __s; } in left()
28 using _STLP_NEW_IO_NAMESPACE::left;
82 left(os); in main()