Searched refs:sline (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/less/
H A Dposition.c218 * The given "sline" may be in the range { 1 .. sc_height-1 }
224 sindex_from_sline(sline)
225 int sline;
231 if (sline < 0)
232 sline += sc_height;
236 if (sline <= 0)
237 sline = 1;
238 if (sline > sc_height)
239 sline = sc_height;
243 return (sline
[all...]
H A Djump.c171 jump_line_loc(pos, sline)
173 int sline;
190 jump_loc(pos, sline);
199 jump_loc(pos, sline)
201 int sline;
209 * Normalize sline.
211 sindex = sindex_from_sline(sline);
253 * sline-th line on the screen.
H A Doptfunc.c175 int sline = getnum(&s, "j", &err); local
180 jump_sline = sline;
H A Dfuncs.h175 public void jump_line_loc LESSPARAMS ((POSITION pos, int sline));
176 public void jump_loc LESSPARAMS ((POSITION pos, int sline));
273 public int sindex_from_sline LESSPARAMS ((int sline));
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate_cg.c89 unsigned sline; local
99 sline = 0;
112 filename, sizeof(filename), &sline, funcname, sizeof(funcname));
120 sline);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmultistatus.c429 item->http_status = server_error->handler->sline.code;
543 serf_status_line sline;
546 memset(&sline, 0, sizeof(sline));
547 sline.code = item->http_status;
548 sline.reason = item->http_reason;
550 tmp_err = svn_ra_serf__error_on_status(sline, item->path, NULL);
606 expected_status[0] = handler->sline.code;
627 tmp_handler->sline = handler->sline;
542 serf_status_line sline; local
[all...]
H A Dutil.c1112 && (handler->sline.code < 200 || handler->sline.code >= 300)
1276 if (handler->sline.version == 0)
1291 handler->sline = sl;
1292 handler->sline.reason = apr_pstrdup(handler->handler_pool, sl.reason);
1331 && handler->sline.code != 204
1332 && handler->sline.code != 304)
1338 handler->sline.code);
1355 if (handler->conn->last_status_code == 401 && handler->sline.code < 400)
1362 handler->conn->last_status_code = handler->sline
1774 svn_ra_serf__error_on_status(serf_status_line sline, const char *path, const char *location) argument
[all...]
H A Dlock.c254 switch (ctx->handler->sline.code)
265 ctx->handler->sline.code,
266 ctx->handler->sline.reason);
274 ctx->handler->sline.code,
275 ctx->handler->sline.reason);
283 ctx->handler->sline.code,
284 ctx->handler->sline.reason);
292 ctx->handler->sline.code,
293 ctx->handler->sline.reason);
H A Doptions.c443 if (opt_ctx->handler->sline.code != 200)
477 if (opt_ctx->handler->sline.code != 200)
526 if (corrected_url && (opt_ctx->handler->sline.code == 301))
557 else if (opt_ctx->handler->sline.code >= 300
558 && opt_ctx->handler->sline.code < 399)
561 (opt_ctx->handler->sline.code == 301
567 if (opt_ctx->handler->sline.code != 200)
627 if (handler->sline.code == 411)
633 if (handler->sline.code != 200)
H A Dget_lock.c322 if ((err && (handler->sline.code == 500 || handler->sline.code == 501))
329 else if (handler->sline.code != 207)
H A Dinherited_props.c326 if (rq->handler->sline.code != 207 && rq->handler->sline.code != 403)
438 if (handler->sline.code != 200)
H A Dget_deleted_rev.c174 if (handler->sline.code == 501)
H A Dgetdate.c164 if (handler->sline.code != 200)
H A Dget_file.c206 if (fetch_ctx->handler->sline.code != 200)
422 if (handler->sline.code != 200)
H A Dgetlocks.c294 if (handler->sline.code != 200
295 && handler->sline.code != 404)
H A Dcommit.c283 if (handler->sline.code != 201)
854 if (!err && handler->sline.code != 207)
1293 if (handler->sline.code != 201)
1353 if (handler->sline.code != 201)
1486 if (handler->sline.code == 400)
1514 if (handler->sline.code != 204)
1609 if (handler->sline.code != 201)
1808 if (handler->sline.code != 201)
2007 if (handler->sline.code != expected_result)
2077 if (handler->sline
[all...]
H A Dgetlocationsegments.c203 err = svn_ra_serf__error_on_status(handler->sline,
H A Dgetlocations.c199 SVN_ERR(svn_ra_serf__error_on_status(handler->sline,
H A Dmergeinfo.c232 SVN_ERR(svn_ra_serf__error_on_status(handler->sline, handler->path,
H A Dblame.c376 if (handler->sline.code != 200)
H A Dxml.c1033 while (*status && ectx->handler->sline.code != *status)
1039 got_expected_status = (ectx->handler->sline.code == 200);
1042 && ((ectx->handler->sline.code < 200) || (ectx->handler->sline.code >= 300)
/freebsd-10-stable/contrib/libreadline/
H A Disearch.c111 cxt->sline = 0;
251 cxt->sline = rl_line_buffer;
252 cxt->sline_len = strlen (cxt->sline);
540 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
567 cxt->sline = cxt->lines[cxt->history_pos];
568 cxt->sline_len = strlen (cxt->sline);
H A Drlprivate.h76 char *sline; member in struct:__rl_search_context
/freebsd-10-stable/contrib/serf/buckets/
H A Dresponse_buckets.c366 serf_status_line *sline)
373 *sline = ctx->sl;
385 *sline = ctx->sl;
389 sline->version = 0;
364 serf_bucket_response_status( serf_bucket_t *bkt, serf_status_line *sline) argument
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipscan_y.y86 | sline { resetlexer(); }
94 | sline
114 sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); } label

Completed in 709 milliseconds

12